﻿2026-06-15T08:20:35.9760968Z Current runner version: '2.335.1'
2026-06-15T08:20:35.9765989Z Runner name: 'hfenduleam'
2026-06-15T08:20:35.9766461Z Runner group name: 'Default'
2026-06-15T08:20:35.9766949Z Machine name: 'HFENDULEAM'
2026-06-15T08:20:35.9768916Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T08:20:35.9770303Z Contents: read
2026-06-15T08:20:35.9770659Z Metadata: read
2026-06-15T08:20:35.9770967Z Packages: read
2026-06-15T08:20:35.9771297Z ##[endgroup]
2026-06-15T08:20:35.9772553Z Secret source: Actions
2026-06-15T08:20:35.9772962Z Prepare workflow directory
2026-06-15T08:20:36.0050044Z Prepare all required actions
2026-06-15T08:20:36.0075447Z Getting action download info
2026-06-15T08:20:36.5226920Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T08:20:37.1602758Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-06-15T08:20:37.2323027Z ##[group]Run actions/checkout@v5
2026-06-15T08:20:37.2323791Z with:
2026-06-15T08:20:37.2324116Z   fetch-depth: 0
2026-06-15T08:20:37.2324592Z   repository: SaberMage/spt-core
2026-06-15T08:20:37.2327836Z   token: ***
2026-06-15T08:20:37.2328164Z   ssh-strict: true
2026-06-15T08:20:37.2328527Z   ssh-user: git
2026-06-15T08:20:37.2328967Z   persist-credentials: true
2026-06-15T08:20:37.2329356Z   clean: true
2026-06-15T08:20:37.2329684Z   sparse-checkout-cone-mode: true
2026-06-15T08:20:37.2330074Z   fetch-tags: false
2026-06-15T08:20:37.2330403Z   show-progress: true
2026-06-15T08:20:37.2330742Z   lfs: false
2026-06-15T08:20:37.2331057Z   submodules: false
2026-06-15T08:20:37.2331381Z   set-safe-directory: true
2026-06-15T08:20:37.2331920Z ##[endgroup]
2026-06-15T08:20:37.4226342Z Syncing repository: SaberMage/spt-core
2026-06-15T08:20:37.4227616Z ##[group]Getting Git version info
2026-06-15T08:20:37.4228238Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T08:20:37.4445873Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T08:20:37.4651967Z git version 2.43.0.windows.1
2026-06-15T08:20:37.4678526Z ##[endgroup]
2026-06-15T08:20:37.4686462Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\7620ce07-0000-427e-b1ca-69d0b2a25fc0\.gitconfig'
2026-06-15T08:20:37.4700787Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7620ce07-0000-427e-b1ca-69d0b2a25fc0' before making global git config changes
2026-06-15T08:20:37.4701866Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T08:20:37.4707251Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T08:20:37.4949313Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T08:20:37.5135707Z https://github.com/SaberMage/spt-core
2026-06-15T08:20:37.5163824Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T08:20:37.5168575Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T08:20:37.5369454Z refs/heads/main
2026-06-15T08:20:37.5397747Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-15T08:20:37.5706282Z HEAD is now at b976c4d ci: share mold artifacts across both Linux jobs (n1-gate reuses test's build)
2026-06-15T08:20:37.6214359Z ##[endgroup]
2026-06-15T08:20:37.6218785Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T08:20:37.9783838Z ##[group]Cleaning the repository
2026-06-15T08:20:37.9787821Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T08:20:43.2849168Z Removing .adapter-notify/
2026-06-15T08:20:43.2849942Z Removing target/
2026-06-15T08:20:43.2885718Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T08:20:43.3314873Z HEAD is now at b976c4d ci: share mold artifacts across both Linux jobs (n1-gate reuses test's build)
2026-06-15T08:20:43.3344304Z ##[endgroup]
2026-06-15T08:20:43.3346993Z ##[group]Disabling automatic garbage collection
2026-06-15T08:20:43.3353052Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T08:20:43.3603500Z ##[endgroup]
2026-06-15T08:20:43.3603924Z ##[group]Setting up auth
2026-06-15T08:20:43.3610952Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T08:20:43.3877036Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T08:20:43.7583732Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T08:20:43.7814959Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T08:20:44.1427943Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T08:20:44.1647138Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T08:20:44.5310705Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T08:20:44.5632133Z ##[endgroup]
2026-06-15T08:20:44.5632787Z ##[group]Fetching the repository
2026-06-15T08:20:44.5640665Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-15T08:20:45.7098488Z From https://github.com/SaberMage/spt-core
2026-06-15T08:20:45.7098972Z    b976c4d..48883b3  main       -> origin/main
2026-06-15T08:20:45.7223360Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-06-15T08:20:45.7430464Z   origin/main
2026-06-15T08:20:45.7462571Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-06-15T08:20:45.7661640Z 48883b3dc43e0d620b3fbea0914affb67c2eca4b
2026-06-15T08:20:45.7690606Z ##[endgroup]
2026-06-15T08:20:45.7690972Z ##[group]Determining the checkout info
2026-06-15T08:20:45.7691790Z ##[endgroup]
2026-06-15T08:20:45.7696849Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T08:20:45.8014628Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T08:20:45.8273618Z ##[group]Checking out the ref
2026-06-15T08:20:45.8278369Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T08:20:45.8756631Z branch 'main' set up to track 'origin/main'.
2026-06-15T08:20:45.8757010Z Your branch is up to date with 'origin/main'.
2026-06-15T08:20:45.8757445Z Previous HEAD position was b976c4d ci: share mold artifacts across both Linux jobs (n1-gate reuses test's build)
2026-06-15T08:20:45.8757864Z Switched to and reset branch 'main'
2026-06-15T08:20:45.8781495Z ##[endgroup]
2026-06-15T08:20:45.9042344Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T08:20:45.9270731Z 48883b3dc43e0d620b3fbea0914affb67c2eca4b
2026-06-15T08:20:45.9607004Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-15T08:20:45.9607403Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-15T08:20:45.9607701Z [36;1m$PIN = "0c95435"[0m
2026-06-15T08:20:45.9608082Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-15T08:20:45.9608390Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-15T08:20:45.9608848Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-15T08:20:45.9609421Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-15T08:20:45.9609733Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-15T08:20:45.9611440Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-15T08:20:45.9611712Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-15T08:20:45.9612100Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-15T08:20:45.9612473Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-15T08:20:45.9612694Z [36;1m}[0m
2026-06-15T08:20:45.9612872Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-15T08:20:45.9613136Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T08:20:45.9692532Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-15T08:20:45.9692828Z ##[endgroup]
2026-06-15T08:20:46.9121327Z    Compiling proc-macro2 v1.0.106
2026-06-15T08:20:46.9121618Z    Compiling quote v1.0.45
2026-06-15T08:20:46.9122015Z    Compiling unicode-ident v1.0.24
2026-06-15T08:20:46.9122280Z    Compiling cfg-if v1.0.4
2026-06-15T08:20:46.9122481Z    Compiling serde_core v1.0.228
2026-06-15T08:20:46.9122728Z    Compiling serde v1.0.228
2026-06-15T08:20:46.9123114Z    Compiling windows-link v0.2.1
2026-06-15T08:20:46.9123918Z    Compiling portable-atomic v1.13.1
2026-06-15T08:20:46.9124325Z    Compiling getrandom v0.3.4
2026-06-15T08:20:46.9124652Z    Compiling typenum v1.20.1
2026-06-15T08:20:46.9125135Z    Compiling version_check v0.9.5
2026-06-15T08:20:46.9125502Z    Compiling pin-project-lite v0.2.17
2026-06-15T08:20:46.9125883Z    Compiling find-msvc-tools v0.1.9
2026-06-15T08:20:46.9126255Z    Compiling shlex v2.0.1
2026-06-15T08:20:46.9126613Z    Compiling critical-section v1.2.0
2026-06-15T08:20:46.9131333Z    Compiling memchr v2.8.1
2026-06-15T08:20:47.0064773Z    Compiling windows-sys v0.61.2
2026-06-15T08:20:47.0065210Z    Compiling subtle v2.6.1
2026-06-15T08:20:47.0523115Z    Compiling futures-core v0.3.32
2026-06-15T08:20:47.0591279Z    Compiling smallvec v1.15.1
2026-06-15T08:20:47.0923409Z    Compiling equivalent v1.0.2
2026-06-15T08:20:47.1879288Z    Compiling bytes v1.11.1
2026-06-15T08:20:47.2485263Z    Compiling itoa v1.0.18
2026-06-15T08:20:47.2486638Z    Compiling semver v1.0.28
2026-06-15T08:20:47.2532427Z    Compiling stable_deref_trait v1.2.1
2026-06-15T08:20:47.3270535Z    Compiling log v0.4.32
2026-06-15T08:20:47.3814823Z    Compiling generic-array v0.14.7
2026-06-15T08:20:47.3998750Z    Compiling futures-sink v0.3.32
2026-06-15T08:20:47.5246048Z    Compiling rustc_version v0.4.1
2026-06-15T08:20:47.5370169Z    Compiling slab v0.4.12
2026-06-15T08:20:47.5717416Z    Compiling futures-io v0.3.32
2026-06-15T08:20:47.6587425Z    Compiling futures-channel v0.3.32
2026-06-15T08:20:47.8186335Z    Compiling rustversion v1.0.22
2026-06-15T08:20:47.8199097Z    Compiling futures-task v0.3.32
2026-06-15T08:20:47.9732028Z    Compiling hashbrown v0.17.1
2026-06-15T08:20:48.0373522Z    Compiling getrandom v0.2.17
2026-06-15T08:20:48.0385338Z    Compiling cpufeatures v0.2.17
2026-06-15T08:20:48.0584799Z    Compiling fnv v1.0.7
2026-06-15T08:20:48.1791404Z    Compiling libc v0.2.186
2026-06-15T08:20:48.2054568Z    Compiling cfg_aliases v0.2.1
2026-06-15T08:20:48.2142697Z    Compiling rand_core v0.10.1
2026-06-15T08:20:48.3162063Z    Compiling strsim v0.11.1
2026-06-15T08:20:48.6049386Z    Compiling autocfg v1.5.1
2026-06-15T08:20:48.7996894Z    Compiling litemap v0.8.2
2026-06-15T08:20:48.8068712Z    Compiling writeable v0.6.3
2026-06-15T08:20:48.8441439Z    Compiling getrandom v0.4.2
2026-06-15T08:20:48.8458437Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T08:20:48.8566456Z    Compiling ident_case v1.0.1
2026-06-15T08:20:48.9311878Z    Compiling jobserver v0.1.34
2026-06-15T08:20:48.9829464Z    Compiling dunce v1.0.5
2026-06-15T08:20:49.0452017Z    Compiling icu_properties_data v2.2.0
2026-06-15T08:20:49.0704011Z    Compiling utf8_iter v1.0.4
2026-06-15T08:20:49.1172362Z    Compiling fs_extra v1.3.0
2026-06-15T08:20:49.1730844Z    Compiling cc v1.2.63
2026-06-15T08:20:49.3399944Z    Compiling indexmap v2.14.0
2026-06-15T08:20:49.3973634Z    Compiling syn v2.0.117
2026-06-15T08:20:49.4120798Z    Compiling percent-encoding v2.3.2
2026-06-15T08:20:49.4296128Z    Compiling http v1.4.1
2026-06-15T08:20:49.5189301Z    Compiling cpufeatures v0.3.0
2026-06-15T08:20:49.5455083Z    Compiling crypto-common v0.1.7
2026-06-15T08:20:49.6088124Z    Compiling aws-lc-rs v1.17.0
2026-06-15T08:20:49.6237041Z    Compiling thiserror v2.0.18
2026-06-15T08:20:49.6515461Z    Compiling unicode-segmentation v1.13.3
2026-06-15T08:20:49.7297718Z    Compiling scopeguard v1.2.0
2026-06-15T08:20:49.7322706Z    Compiling form_urlencoded v1.2.2
2026-06-15T08:20:49.7508488Z    Compiling chacha20 v0.10.0
2026-06-15T08:20:49.7521870Z    Compiling block-buffer v0.10.4
2026-06-15T08:20:49.8929667Z    Compiling lock_api v0.4.14
2026-06-15T08:20:49.9264805Z    Compiling untrusted v0.9.0
2026-06-15T08:20:50.0575200Z    Compiling bitflags v2.12.1
2026-06-15T08:20:50.1986902Z    Compiling cmake v0.1.58
2026-06-15T08:20:50.2410711Z    Compiling rand v0.10.1
2026-06-15T08:20:50.2414438Z    Compiling digest v0.10.7
2026-06-15T08:20:50.2630518Z    Compiling num-traits v0.2.19
2026-06-15T08:20:50.2933737Z    Compiling windows-strings v0.5.1
2026-06-15T08:20:50.3140239Z    Compiling windows-result v0.4.1
2026-06-15T08:20:50.5062847Z    Compiling heck v0.5.0
2026-06-15T08:20:50.6057978Z    Compiling rustls v0.23.40
2026-06-15T08:20:50.9871712Z    Compiling convert_case v0.10.0
2026-06-15T08:20:51.0431924Z    Compiling unicode-xid v0.2.6
2026-06-15T08:20:51.0649423Z    Compiling atomic-waker v1.1.2
2026-06-15T08:20:51.1730939Z    Compiling const-oid v0.10.2
2026-06-15T08:20:51.2037003Z    Compiling anyhow v1.0.102
2026-06-15T08:20:51.2244932Z    Compiling httparse v1.10.1
2026-06-15T08:20:51.2301229Z    Compiling zerocopy v0.8.50
2026-06-15T08:20:51.2393792Z    Compiling parking_lot_core v0.9.12
2026-06-15T08:20:51.2641195Z    Compiling http-body v1.0.1
2026-06-15T08:20:51.2641791Z    Compiling hybrid-array v0.4.12
2026-06-15T08:20:51.3099352Z    Compiling curve25519-dalek v4.1.3
2026-06-15T08:20:51.4646063Z    Compiling ahash v0.8.12
2026-06-15T08:20:51.5455089Z    Compiling fastrand v2.4.1
2026-06-15T08:20:51.5593760Z    Compiling powerfmt v0.2.0
2026-06-15T08:20:51.5774454Z    Compiling either v1.16.0
2026-06-15T08:20:51.5827721Z    Compiling base64ct v1.8.3
2026-06-15T08:20:51.6452205Z    Compiling aws-lc-sys v0.41.0
2026-06-15T08:20:51.6644063Z    Compiling ring v0.17.14
2026-06-15T08:20:51.8710462Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T08:20:51.8971124Z    Compiling deranged v0.5.8
2026-06-15T08:20:51.8971571Z    Compiling rand_core v0.6.4
2026-06-15T08:20:51.9395025Z    Compiling tower-service v0.3.3
2026-06-15T08:20:51.9962604Z    Compiling try-lock v0.2.5
2026-06-15T08:20:52.0582790Z    Compiling tinyvec_macros v0.1.1
2026-06-15T08:20:52.0707936Z    Compiling vcpkg v0.2.15
2026-06-15T08:20:52.2200571Z    Compiling data-encoding v2.11.0
2026-06-15T08:20:52.2503683Z    Compiling num-conv v0.2.2
2026-06-15T08:20:52.2510090Z    Compiling pkg-config v0.3.33
2026-06-15T08:20:52.3466693Z    Compiling base64 v0.22.1
2026-06-15T08:20:52.4167099Z    Compiling zmij v1.0.21
2026-06-15T08:20:52.4377317Z    Compiling time-core v0.1.8
2026-06-15T08:20:52.4918781Z    Compiling parking_lot v0.12.5
2026-06-15T08:20:52.4999003Z    Compiling want v0.3.1
2026-06-15T08:20:52.5400833Z    Compiling tinyvec v1.11.0
2026-06-15T08:20:52.7378075Z    Compiling crypto-common v0.2.2
2026-06-15T08:20:52.7617114Z    Compiling block-buffer v0.12.0
2026-06-15T08:20:52.7694043Z    Compiling sha2 v0.10.9
2026-06-15T08:20:52.8228041Z    Compiling vergen-lib v9.1.0
2026-06-15T08:20:52.9528742Z    Compiling inout v0.1.4
2026-06-15T08:20:53.0038280Z    Compiling n0-future v0.3.2
2026-06-15T08:20:53.0221158Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-15T08:20:53.0516618Z    Compiling winapi v0.3.9
2026-06-15T08:20:53.0916877Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T08:20:53.1257531Z    Compiling serde_json v1.0.150
2026-06-15T08:20:53.1610671Z    Compiling httpdate v1.0.3
2026-06-15T08:20:53.2455829Z    Compiling diatomic-waker v0.2.3
2026-06-15T08:20:53.2728529Z    Compiling crossbeam-utils v0.8.21
2026-06-15T08:20:53.3120771Z    Compiling winnow v1.0.3
2026-06-15T08:20:53.3216063Z    Compiling cordyceps v0.3.4
2026-06-15T08:20:53.5808278Z    Compiling synstructure v0.13.2
2026-06-15T08:20:53.5845136Z    Compiling darling_core v0.20.11
2026-06-15T08:20:53.5873715Z    Compiling signature v2.2.0
2026-06-15T08:20:53.6524305Z    Compiling parking v2.2.1
2026-06-15T08:20:53.7429777Z    Compiling spin v0.10.0
2026-06-15T08:20:53.8048370Z    Compiling futures-lite v2.6.1
2026-06-15T08:20:53.8190810Z    Compiling ed25519 v2.2.3
2026-06-15T08:20:53.8872818Z    Compiling futures-buffered v0.2.13
2026-06-15T08:20:53.9722187Z    Compiling digest v0.11.3
2026-06-15T08:20:54.3007129Z    Compiling cipher v0.4.4
2026-06-15T08:20:54.3650989Z    Compiling vergen-lib v0.1.6
2026-06-15T08:20:54.4244943Z    Compiling vergen v9.1.0
2026-06-15T08:20:54.4544347Z    Compiling universal-hash v0.5.1
2026-06-15T08:20:54.4650144Z    Compiling noq-udp v0.10.0
2026-06-15T08:20:54.6094230Z    Compiling heapless v0.7.17
2026-06-15T08:20:54.6323112Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T08:20:54.7022616Z    Compiling sync_wrapper v1.0.2
2026-06-15T08:20:54.7202778Z    Compiling opaque-debug v0.3.1
2026-06-15T08:20:54.7243387Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T08:20:54.8173835Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T08:20:54.8211886Z    Compiling allocator-api2 v0.2.21
2026-06-15T08:20:54.8426439Z    Compiling byteorder v1.5.0
2026-06-15T08:20:54.9239456Z    Compiling polyval v0.6.2
2026-06-15T08:20:55.1123966Z    Compiling hash32 v0.2.1
2026-06-15T08:20:55.2259712Z    Compiling socket2 v0.6.4
2026-06-15T08:20:55.2353467Z    Compiling mio v1.2.1
2026-06-15T08:20:55.2968904Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T08:20:55.4291121Z    Compiling vergen-gitcl v1.0.8
2026-06-15T08:20:55.5213024Z    Compiling spin v0.9.8
2026-06-15T08:20:55.7116910Z    Compiling windows-threading v0.2.1
2026-06-15T08:20:55.7491068Z    Compiling ryu v1.0.23
2026-06-15T08:20:55.8826128Z    Compiling fallible-iterator v0.3.0
2026-06-15T08:20:55.9972293Z    Compiling signature v3.0.0
2026-06-15T08:20:56.0253252Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T08:20:56.0664544Z    Compiling tower-layer v0.3.3
2026-06-15T08:20:56.1440951Z    Compiling serde_derive v1.0.228
2026-06-15T08:20:56.2131596Z    Compiling zeroize_derive v1.4.3
2026-06-15T08:20:56.2301268Z    Compiling zerofrom-derive v0.1.7
2026-06-15T08:20:56.3088826Z    Compiling yoke-derive v0.8.2
2026-06-15T08:20:56.3372244Z    Compiling tokio-macros v2.7.0
2026-06-15T08:20:56.6191244Z    Compiling futures-macro v0.3.32
2026-06-15T08:20:56.6191840Z    Compiling zerovec-derive v0.11.3
2026-06-15T08:20:56.6267834Z    Compiling displaydoc v0.2.6
2026-06-15T08:20:56.6747811Z    Compiling tracing-attributes v0.1.31
2026-06-15T08:20:56.7931182Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T08:20:56.8730804Z    Compiling thiserror-impl v2.0.18
2026-06-15T08:20:56.9656587Z    Compiling zeroize v1.8.2
2026-06-15T08:20:57.2587929Z    Compiling tokio v1.52.3
2026-06-15T08:20:57.2833091Z    Compiling rustls-pki-types v1.14.1
2026-06-15T08:20:57.3698706Z    Compiling darling_macro v0.20.11
2026-06-15T08:20:57.4550365Z    Compiling derive_more-impl v2.1.1
2026-06-15T08:20:57.5747693Z    Compiling windows-implement v0.60.2
2026-06-15T08:20:57.5753141Z    Compiling spez v0.1.2
2026-06-15T08:20:57.6411700Z    Compiling futures-util v0.3.32
2026-06-15T08:20:57.8002315Z    Compiling n0-error-macros v0.1.3
2026-06-15T08:20:57.8351896Z    Compiling windows-interface v0.59.3
2026-06-15T08:20:57.9682885Z    Compiling darling v0.20.11
2026-06-15T08:20:58.0871485Z    Compiling der v0.8.0-rc.10
2026-06-15T08:20:58.0971473Z    Compiling zerofrom v0.1.8
2026-06-15T08:20:58.1218184Z    Compiling pin-project-internal v1.1.13
2026-06-15T08:20:58.2198747Z    Compiling derive_builder_core v0.20.2
2026-06-15T08:20:58.4561395Z    Compiling yoke v0.8.3
2026-06-15T08:20:58.6012965Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T08:20:58.7898014Z    Compiling windows-core v0.62.2
2026-06-15T08:20:58.9235409Z    Compiling zerovec v0.11.6
2026-06-15T08:20:58.9264824Z    Compiling zerotrie v0.2.4
2026-06-15T08:20:58.9523626Z    Compiling n0-error v0.1.3
2026-06-15T08:20:58.9628960Z    Compiling cobs v0.3.0
2026-06-15T08:20:59.2224184Z    Compiling spki v0.8.0-rc.4
2026-06-15T08:20:59.2312769Z    Compiling ed25519-dalek v2.2.0
2026-06-15T08:20:59.3902315Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T08:20:59.4492006Z    Compiling spt-proto v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-15T08:20:59.5413124Z    Compiling tinystr v0.8.3
2026-06-15T08:20:59.5879657Z    Compiling potential_utf v0.1.5
2026-06-15T08:20:59.5886794Z    Compiling derive_builder_macro v0.20.2
2026-06-15T08:20:59.5966476Z    Compiling pin-project v1.1.13
2026-06-15T08:20:59.6360039Z    Compiling windows-collections v0.3.2
2026-06-15T08:20:59.6532466Z    Compiling windows-numerics v0.3.1
2026-06-15T08:20:59.7156000Z    Compiling icu_locale_core v2.2.0
2026-06-15T08:20:59.8110075Z    Compiling icu_collections v2.2.0
2026-06-15T08:20:59.8146292Z    Compiling windows-future v0.3.2
2026-06-15T08:20:59.8863040Z    Compiling postcard-derive v0.2.2
2026-06-15T08:20:59.9532261Z    Compiling proc-macro-crate v3.5.0
2026-06-15T08:21:00.0312059Z    Compiling derive_builder v0.20.2
2026-06-15T08:21:00.1401493Z    Compiling windows-targets v0.52.6
2026-06-15T08:21:00.1512927Z    Compiling ghash v0.5.1
2026-06-15T08:21:00.2244868Z    Compiling aes v0.8.4
2026-06-15T08:21:00.2426369Z    Compiling ctr v0.9.2
2026-06-15T08:21:00.3783764Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T08:21:00.4479961Z    Compiling time v0.3.47
2026-06-15T08:21:00.5894629Z    Compiling http-body-util v0.1.3
2026-06-15T08:21:00.6209133Z    Compiling aead v0.5.2
2026-06-15T08:21:00.6627138Z    Compiling icu_provider v2.2.0
2026-06-15T08:21:00.6757920Z    Compiling futures-executor v0.3.32
2026-06-15T08:21:00.7043889Z    Compiling widestring v1.2.1
2026-06-15T08:21:00.7995134Z    Compiling ipnet v2.12.0
2026-06-15T08:21:00.8848993Z    Compiling icu_normalizer v2.2.0
2026-06-15T08:21:00.9173735Z    Compiling icu_properties v2.2.0
2026-06-15T08:21:00.9468064Z    Compiling futures v0.3.32
2026-06-15T08:21:01.0512202Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T08:21:01.1054797Z    Compiling ipconfig v0.3.4
2026-06-15T08:21:01.3219138Z    Compiling once_cell v1.21.4
2026-06-15T08:21:01.4132041Z    Compiling prefix-trie v0.8.4
2026-06-15T08:21:01.5891249Z    Compiling tracing-core v0.1.36
2026-06-15T08:21:01.5995281Z    Compiling tokio-util v0.7.18
2026-06-15T08:21:01.6275635Z    Compiling postcard v1.1.3
2026-06-15T08:21:01.6430872Z    Compiling tower v0.5.3
2026-06-15T08:21:01.7158718Z    Compiling chrono v0.4.45
2026-06-15T08:21:01.7934090Z    Compiling hashbrown v0.14.5
2026-06-15T08:21:01.8126645Z    Compiling aes-gcm v0.10.3
2026-06-15T08:21:01.8561229Z    Compiling num_enum_derive v0.7.6
2026-06-15T08:21:01.8669646Z    Compiling derive_more v2.1.1
2026-06-15T08:21:02.0020756Z    Compiling tracing v0.1.44
2026-06-15T08:21:02.1921317Z    Compiling idna_adapter v1.2.2
2026-06-15T08:21:02.2691661Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T08:21:02.3014186Z    Compiling idna v1.1.0
2026-06-15T08:21:02.3666590Z    Compiling h2 v0.4.14
2026-06-15T08:21:02.4577163Z    Compiling hashlink v0.9.1
2026-06-15T08:21:02.4967444Z    Compiling windows v0.62.2
2026-06-15T08:21:02.5385206Z    Compiling windows-sys v0.59.0
2026-06-15T08:21:02.5459527Z    Compiling data-encoding-macro v0.1.20
2026-06-15T08:21:02.6827429Z    Compiling url v2.5.8
2026-06-15T08:21:02.7218029Z    Compiling strum_macros v0.28.0
2026-06-15T08:21:02.7659629Z    Compiling rusqlite v0.32.1
2026-06-15T08:21:02.7993281Z    Compiling async-trait v0.1.89
2026-06-15T08:21:02.8653846Z    Compiling enum-assoc v1.3.0
2026-06-15T08:21:02.9922238Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T08:21:03.0270091Z    Compiling crossbeam-channel v0.5.15
2026-06-15T08:21:03.2519396Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T08:21:03.2740511Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T08:21:03.4714797Z    Compiling blake3 v1.8.5
2026-06-15T08:21:03.5120483Z    Compiling windows-registry v0.6.1
2026-06-15T08:21:03.6304770Z    Compiling spt-store v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-15T08:21:03.6337888Z    Compiling uuid v1.23.2
2026-06-15T08:21:03.7372346Z    Compiling memoffset v0.6.5
2026-06-15T08:21:03.7564963Z    Compiling noq v0.18.0
2026-06-15T08:21:03.9601301Z    Compiling netwatch v0.16.0
2026-06-15T08:21:04.0010693Z    Compiling acto v0.8.2
2026-06-15T08:21:04.0294097Z    Compiling lru-slab v0.1.2
2026-06-15T08:21:04.0803255Z    Compiling tagptr v0.2.0
2026-06-15T08:21:04.1007112Z    Compiling foldhash v0.2.0
2026-06-15T08:21:04.1128285Z    Compiling identity-hash v0.1.0
2026-06-15T08:21:04.1735487Z    Compiling rustc-hash v2.1.2
2026-06-15T08:21:04.1977931Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T08:21:04.2623707Z    Compiling xml-rs v0.8.28
2026-06-15T08:21:04.2624157Z    Compiling mac-addr v0.3.0
2026-06-15T08:21:04.2852492Z    Compiling ref-cast v1.0.25
2026-06-15T08:21:04.2940347Z    Compiling thiserror v1.0.69
2026-06-15T08:21:04.3735501Z    Compiling hashbrown v0.16.1
2026-06-15T08:21:04.4037511Z    Compiling netdev v0.42.0
2026-06-15T08:21:04.4888636Z    Compiling moka v0.12.15
2026-06-15T08:21:04.8365056Z    Compiling iroh-metrics v0.38.3
2026-06-15T08:21:04.8635933Z    Compiling num_enum v0.7.6
2026-06-15T08:21:04.9705276Z    Compiling xmltree v0.10.3
2026-06-15T08:21:05.1384464Z    Compiling tower-http v0.6.11
2026-06-15T08:21:05.1530477Z    Compiling iroh-base v0.98.0
2026-06-15T08:21:05.1574556Z    Compiling attohttpc v0.30.1
2026-06-15T08:21:05.1887998Z    Compiling strum v0.28.0
2026-06-15T08:21:05.1947677Z    Compiling iroh-relay v0.98.0
2026-06-15T08:21:05.3654837Z    Compiling n0-watcher v0.6.1
2026-06-15T08:21:05.4298173Z    Compiling tokio-stream v0.1.18
2026-06-15T08:21:05.4533032Z    Compiling toml_datetime v0.6.11
2026-06-15T08:21:05.6653784Z    Compiling spt-msg v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-15T08:21:05.6825209Z    Compiling serde_spanned v0.6.9
2026-06-15T08:21:05.6825663Z    Compiling ref-cast-impl v1.0.25
2026-06-15T08:21:05.7169963Z    Compiling thiserror-impl v1.0.69
2026-06-15T08:21:05.8321998Z    Compiling serde_derive_internals v0.29.1
2026-06-15T08:21:05.9493227Z    Compiling simple-dns v0.9.3
2026-06-15T08:21:06.0011313Z    Compiling serial-core v0.4.0
2026-06-15T08:21:06.1703018Z    Compiling aho-corasick v1.1.4
2026-06-15T08:21:06.2546601Z    Compiling hyper v1.10.1
2026-06-15T08:21:06.2793511Z    Compiling arrayref v0.3.9
2026-06-15T08:21:06.3150650Z    Compiling smol_str v0.1.24
2026-06-15T08:21:06.3659312Z    Compiling sha1_smol v1.0.1
2026-06-15T08:21:06.3996623Z    Compiling simdutf8 v0.1.5
2026-06-15T08:21:06.5450798Z    Compiling winreg v0.10.1
2026-06-15T08:21:06.6242713Z    Compiling arrayvec v0.7.6
2026-06-15T08:21:06.6587570Z    Compiling constant_time_eq v0.4.2
2026-06-15T08:21:06.7852053Z    Compiling winnow v0.7.15
2026-06-15T08:21:06.8664345Z    Compiling regex-syntax v0.8.10
2026-06-15T08:21:06.9134566Z    Compiling toml_write v0.1.2
2026-06-15T08:21:06.9281610Z    Compiling resolv-conf v0.7.6
2026-06-15T08:21:07.1760985Z    Compiling iroh-dns v0.98.0
2026-06-15T08:21:07.1936109Z    Compiling schemars_derive v1.2.1
2026-06-15T08:21:07.5551016Z    Compiling serial-windows v0.4.0
2026-06-15T08:21:07.8546070Z    Compiling hyper-util v0.1.20
2026-06-15T08:21:07.8658920Z    Compiling lru v0.16.4
2026-06-15T08:21:08.0929936Z    Compiling webpki-roots v1.0.7
2026-06-15T08:21:08.1754984Z    Compiling seize v0.5.1
2026-06-15T08:21:08.2439625Z    Compiling darling_core v0.23.0
2026-06-15T08:21:08.2881095Z    Compiling serde_bytes v0.11.19
2026-06-15T08:21:08.3055001Z    Compiling hmac v0.12.1
2026-06-15T08:21:08.4794189Z    Compiling iroh v0.98.2
2026-06-15T08:21:08.5281393Z    Compiling cmov v0.5.4
2026-06-15T08:21:08.6986843Z    Compiling toml_edit v0.22.27
2026-06-15T08:21:08.7433727Z    Compiling bitflags v1.3.2
2026-06-15T08:21:08.7695655Z    Compiling utf8parse v0.2.2
2026-06-15T08:21:08.7803032Z    Compiling once_cell_polyfill v1.70.2
2026-06-15T08:21:08.8190119Z    Compiling dyn-clone v1.0.20
2026-06-15T08:21:08.8676204Z    Compiling lazy_static v1.5.0
2026-06-15T08:21:08.8778083Z    Compiling anstyle v1.0.14
2026-06-15T08:21:08.9010572Z    Compiling regex-automata v0.4.14
2026-06-15T08:21:08.9661317Z    Compiling pin-utils v0.1.0
2026-06-15T08:21:09.0354289Z    Compiling shared_library v0.1.9
2026-06-15T08:21:09.0590815Z    Compiling nix v0.25.1
2026-06-15T08:21:09.1086663Z    Compiling anstyle-wincon v3.0.11
2026-06-15T08:21:09.1326339Z    Compiling anstyle-parse v1.0.0
2026-06-15T08:21:09.1586973Z    Compiling ctutils v0.4.2
2026-06-15T08:21:09.1736000Z    Compiling hkdf v0.12.4
2026-06-15T08:21:09.1780354Z    Compiling papaya v0.2.4
2026-06-15T08:21:09.2942161Z    Compiling schemars v1.2.1
2026-06-15T08:21:09.3543667Z    Compiling igd-next v0.17.1
2026-06-15T08:21:09.3615339Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T08:21:09.3867960Z    Compiling serial v0.4.0
2026-06-15T08:21:09.4677025Z    Compiling filedescriptor v0.8.3
2026-06-15T08:21:09.5195658Z    Compiling backon v1.6.0
2026-06-15T08:21:09.6820041Z    Compiling anstyle-query v1.1.5
2026-06-15T08:21:09.7398804Z    Compiling paste v1.0.15
2026-06-15T08:21:09.7510910Z    Compiling foldhash v0.1.5
2026-06-15T08:21:09.8627876Z    Compiling instability v0.3.12
2026-06-15T08:21:09.8704183Z    Compiling shell-words v1.1.1
2026-06-15T08:21:09.9691806Z    Compiling downcast-rs v1.2.1
2026-06-15T08:21:10.0693597Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T08:21:10.0993985Z    Compiling colorchoice v1.0.5
2026-06-15T08:21:10.1567115Z    Compiling portable-pty v0.8.1
2026-06-15T08:21:10.1932745Z    Compiling anstream v1.0.0
2026-06-15T08:21:10.2378904Z    Compiling hashbrown v0.15.5
2026-06-15T08:21:10.2522752Z    Compiling spake2 v0.4.0
2026-06-15T08:21:10.2523252Z    Compiling crossterm_winapi v0.9.1
2026-06-15T08:21:10.4659613Z    Compiling strum_macros v0.26.4
2026-06-15T08:21:10.6231087Z    Compiling toml v0.8.23
2026-06-15T08:21:10.6710502Z    Compiling terminal_size v0.4.4
2026-06-15T08:21:10.7462620Z    Compiling itertools v0.13.0
2026-06-15T08:21:10.8485511Z    Compiling sha1 v0.10.6
2026-06-15T08:21:10.9119216Z    Compiling castaway v0.2.4
2026-06-15T08:21:11.0328212Z    Compiling regex v1.12.3
2026-06-15T08:21:11.1224667Z    Compiling recvmsg v1.0.0
2026-06-15T08:21:11.2957297Z    Compiling doctest-file v1.1.1
2026-06-15T08:21:11.4929657Z    Compiling spt-runtime v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-15T08:21:11.6336872Z    Compiling indoc v2.0.7
2026-06-15T08:21:11.6337387Z    Compiling unicode-width v0.1.14
2026-06-15T08:21:11.6569400Z    Compiling static_assertions v1.1.0
2026-06-15T08:21:11.7335308Z    Compiling darling_macro v0.23.0
2026-06-15T08:21:11.7933595Z    Compiling clap_lex v1.1.0
2026-06-15T08:21:11.8230351Z    Compiling interprocess v2.4.2
2026-06-15T08:21:11.9470209Z    Compiling clap_builder v4.6.0
2026-06-15T08:21:11.9500743Z    Compiling compact_str v0.8.2
2026-06-15T08:21:12.1129807Z    Compiling lru v0.12.5
2026-06-15T08:21:12.1600436Z    Compiling spt-term v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-15T08:21:12.2020443Z    Compiling darling v0.23.0
2026-06-15T08:21:12.3853144Z    Compiling unicode-truncate v1.1.0
2026-06-15T08:21:12.3945168Z    Compiling crossterm v0.28.1
2026-06-15T08:21:12.4863250Z    Compiling wmi v0.18.4
2026-06-15T08:21:12.5564076Z    Compiling strum v0.26.3
2026-06-15T08:21:12.9459294Z    Compiling clap_derive v4.6.1
2026-06-15T08:21:13.7302568Z    Compiling spt-live v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-15T08:21:13.7789563Z    Compiling cassowary v0.3.0
2026-06-15T08:21:14.0295828Z    Compiling unicode-width v0.2.0
2026-06-15T08:21:14.3360050Z    Compiling portmapper v0.16.0
2026-06-15T08:21:14.3798000Z    Compiling ratatui v0.29.0
2026-06-15T08:21:14.4002503Z    Compiling nucleo-matcher v0.3.1
2026-06-15T08:21:14.6201591Z    Compiling qrcode v0.14.1
2026-06-15T08:21:14.6712173Z    Compiling tempfile v3.27.0
2026-06-15T08:21:15.4256960Z    Compiling clap v4.6.1
2026-06-15T08:21:27.5181057Z    Compiling rustls-webpki v0.103.13
2026-06-15T08:21:29.7855263Z    Compiling tokio-rustls v0.26.4
2026-06-15T08:21:29.7855551Z    Compiling noq-proto v0.17.0
2026-06-15T08:21:29.7855807Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T08:21:29.9303634Z    Compiling hyper-rustls v0.27.9
2026-06-15T08:21:29.9304080Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T08:21:29.9304402Z    Compiling tokio-websockets v0.13.2
2026-06-15T08:21:30.0780959Z    Compiling reqwest v0.13.4
2026-06-15T08:21:31.1274615Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T08:21:47.6088290Z    Compiling spt-net v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-15T08:21:48.9689674Z    Compiling spt-daemon v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-15T08:21:56.8734573Z    Compiling spt v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-15T08:22:03.3591498Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
2026-06-15T08:22:03.3803203Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-f56ba2c3eea87e14.exe)
2026-06-15T08:22:03.4297050Z 
2026-06-15T08:22:03.4297238Z running 1 test
2026-06-15T08:22:10.5449800Z test new_brain_serves_against_old_broker ... ok
2026-06-15T08:22:10.5450009Z 
2026-06-15T08:22:10.5450205Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.12s
2026-06-15T08:22:10.5450442Z 
2026-06-15T08:22:10.5944616Z Post job cleanup.
2026-06-15T08:22:10.7006311Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T08:22:10.7224855Z git version 2.43.0.windows.1
2026-06-15T08:22:10.7262576Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\cc9c506c-eb42-454e-9270-373b8f487468\.gitconfig'
2026-06-15T08:22:10.7275369Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\cc9c506c-eb42-454e-9270-373b8f487468' before making global git config changes
2026-06-15T08:22:10.7275913Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T08:22:10.7280850Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T08:22:10.7520735Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T08:22:10.7726913Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T08:22:11.1298938Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T08:22:11.1498028Z http.https://github.com/.extraheader
2026-06-15T08:22:11.1524141Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-15T08:22:11.1756173Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T08:22:11.5383757Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T08:22:11.5608843Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T08:22:11.9303048Z Cleaning up orphan processes
2026-06-15T08:22:11.9907868Z Terminate orphan process: pid (136728) (vctip)
